/*

Theme Name: Child of Twenty Eleven
Description: Child theme of Twenty Eleven
Author: Eva Hevron
Version: 1
Template: twentyeleven

*/

@import url('../twentyeleven/style.css');

/* Without explicitly setting the margin we're inheriting
a value of "0" which isn't allowing space for the sidebar */
.singular #primary {
margin: 0 -26.4% 0 0;
}

/* This hides the "previous" and "next" links at the top of the page,
It's better to remove the PHP generating these links, but that's a little more difficult */
#nav-single {
display: none;
}

/* Without explicitly setting the position we're inheriting
a value of "absolute" which will place the meta information at the top of the article */
.singular .entry-header .entry-meta {
position: relative;
}

/* Without explicitly setting the padding we're inheriting
a padding-top value of "4.875em" which adds redundant whitespace to the top of the article */
.singular .hentry {
padding: 0;
}

/* Without explicitly setting the width we're inheriting
a value of "68.9%" which stops the content from taking up the majority of the space available */
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
width: 100%;
}

/* Without explicitly setting the margin we're inheriting
a margin-left and margin-right value of "7.6%" which makes the content overlap the sidebar */
.singular #content, .left-sidebar.singular #content {
margin: 0 34% 0 7.6%;
}

/* Without explicitly setting the padding-top we're inheriting
a value of "15px" which adds redundant whitespace to the top of the article */
.singular article .entry-title {
padding-top: 0;
}

/* This is just a nicety. Moves the "Edit" link for admins to a more suitable position */
.singular .entry-meta .edit-link a {
right: 0;
top: 0;
left: auto;
}

body, input, textarea {
	color: #808080;
	font: 12px Futura, Arial, sans-serif;
	font-weight: light;
	line-height: 1.5;
	text-align:justify;
}
.wp-caption {
	text-align: center;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-family: Futura, san-serif;
	padding: 5px 0 0px 5px;
	position: relative;
	font-size: 10px;
}
.wp-caption .wp-caption-text:before {
	content: '';
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1em;
}

a {
	color: #1982d1;
	text-decoration: none;
}

#branding {
	padding-bottom: 3px;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 20px .65625em 0;
}

#access {
	background: #FA8072; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#808080, #808080);
	background: -o-linear-gradient(#808080, #808080);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#808080), to(#808080)); /* older webkit syntax */
	background: -webkit-linear-gradient(#808080, #808080);
}

#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: normal;
	color: #ff5265;
}
#main {
	clear: both;
	padding: 1em 0 0;
}
.page-title a {
	font-size: 14px;
	font-weight: normal;
}
.entry-title {
	clear: both;
	color: #C0C0C0;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 5px;
}
/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .no-border {
	border: 0;
}

img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 0;
}

p img, .wp-caption {
	margin-top: 0;
}

img[class*="align"], 
img[class*="wp-image-"], 
#content .gallery .gallery-icon img {
border: none;
padding: 6px;
}
.widget-title {
	text-align:center;
}
.widget-area {
	text-align: justify;
}
/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0 auto 1.625em;
	padding: 0.625em;
	position: relative;
	width: 55%;
}
#respond textarea#comment {
	height: 100px;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 1px solid #eee;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 6px 6px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 14px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #FA8072;
	cursor: pointer;
	font-size: 12px;
	margin: 5px 0;
	padding: 2px 5px 2px 5px;
	position: relative;
	left: 5px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}